home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00361_Script_361
< prev
next >
Wrap
Text File
|
1995-10-10
|
338b
|
12 lines
on KeyDown
global gCurrentSprite
put "inside Keydown"
put "gCurrentSprite",gCurrentSprite
if the key = RETURN then
put "inside if key is return"
set the editableText of sprite gCurrentSprite to FALSE
put "the editableText of sprite gCurrentSprite",the editableText of sprite gCurrentSprite
end if
end